projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cb8e45
)
defs: Define magic "unknown_color" (-1).
author
oliskoli
<oliskoli>
Sun, 17 Aug 2008 20:59:24 +0000
(20:59 +0000)
committer
oliskoli
<oliskoli>
Sun, 17 Aug 2008 20:59:24 +0000
(20:59 +0000)
defs.h
patch
|
blob
|
history
diff --git
a/defs.h
b/defs.h
index 03c2ec2dfdee3a4ba173444a1ecd1cca26bb7574..d96dfda3dffb86efcc304bb2585d0dd35d8c9e2e 100644
(file)
--- a/
defs.h
+++ b/
defs.h
@@
-999,5
+999,6
@@
int color_to_bbggrr(char *cname);
* but that's not very nice for the folks near sea level.
*/
#define unknown_alt -99999999.0
+#define unknown_color -1
#endif /* gpsbabel_defs_h_included */